home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amigabasic / wartrans.lha / ReadMe < prev    next >
Text File  |  1998-02-27  |  3KB  |  60 lines

  1. Oh, Well
  2.  
  3. This is a Rather stupid Serial Transfer-program written in AmigaBasic
  4. (yuch!)
  5.  
  6. Since so many UAE users whine about a way to move files to their old
  7. A500 and so on, but dont have anything but their WB disks to help
  8. them and no friends in sight with CrossDOS etc. *cry*
  9. I wrote this to stop the Whining (but if you actually use it *gasp*
  10. please send me a mail at 'warlock@nvg.ntnu.no' and tell me)
  11.  
  12. Whell this is a solution how to send some small files to your incredible
  13. real thing called Amiga500 (but since AmigaBasic is so incredibly stupid
  14. (ofcourse it is, its a Microsoft program) you can only send ASCII / HEX
  15. files over the Serial Port so we have to make the Binaries to HexFiles
  16. first)
  17.  
  18. And btw IMPORTANT *flash flash and so one* the hexfile cant be bigger than
  19. 32767 bytes (that means the binary cant be bigger than 16383 bytes) because
  20. the limitations of some of the seperating strings running in AmigaBasic.
  21.  
  22. My suggestion is to transfer transdisk and/or some program like CrossDOS
  23. etc. (AExplorer if you are lucky to have Cloanto's Amiga Forever) and then
  24. Forget this program ever existed....
  25.  
  26.  
  27. Well, enough said... *blah blah blah*
  28.  
  29. How To Use It:
  30.  
  31.   -  On your UAE (with Serial support) you can either put in the files,
  32.      or insert the adf downloaded from http://amiga.nvg.org/warlock
  33.      (or if you prefer, write the files yourself (they isn't on more than
  34.       aprox 25-30 lines)
  35.  
  36.   -  On the Real Thingie (A500) Fire up your favourite Extras disk and start
  37.      AmigaBasic (What do you mean you deleted it yesterday because you
  38.      realised it was a Microsoft product?) and write the Receive program
  39.      (26 lines) provided both on the adf and in lha (and probably somewhere
  40.      under http://amiga.nvg.org/warlock as pure text)
  41.  
  42.      When you have done so send over the 'hex->bin' file (which is an ASCII
  43.      file which AmigaBasic can read) With the Send (ABasic) program
  44.  
  45.      Then you can transfer any bin (smaller than 16383 bytes) to a HEX file
  46.      Send it over (guess who to use Send and Receive) and transfer it back
  47.      to a bin by using the 'hex->bin' basic program again :)
  48.  
  49. I strongly recomend that you make all "New files" to ram:<something>  to
  50. avoid loss of bytes (which in extreme causes locks the program, and you must
  51. reboot) then you can copy it wherever you like afterwards ......
  52.  
  53. Hmm, have i forgot something now?       Probably.....
  54.  
  55.  
  56.                  Contact me at:
  57.                                 warlock@nvg.ntnu.no
  58.  
  59.                     Also wisit:  http://amiga.nvg.org/
  60.